0o 設定我的第三台 Macbook o0


兩年設定了三台 >"<

輔助設定

常見設定

我個人習慣

開發工具

  1. Homebrew
  2. htop
  3. iTerm2
  4. NVM
  5. Docker
  6. Github Desktop
  7. Jetbrains Toolbox App / VSCode

安裝 Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

brew help 看看有沒有安裝成功,如果沒有成功就要設定 brew 環境

設定 brew 環境變數

ref: https://stackoverflow.com/questions/36657321/after-installing-homebrew-i-get-zsh-command-not-found-brew

Add Homebrew to your PATH in /Users/$USER/.zprofile:
echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/$USER/.zprofile
eval $(/opt/homebrew/bin/brew shellenv)

Copy and paste the first line on the same terminal window, then hit enter
echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/$USER/.zprofile

Finally you should be able to use brew help and if that works, it means that brew was installed properly and running from ZSH.

安裝 htop

brew install htop

安裝 iTerm2

安裝 NVM

軟體

  • Browser
    • Chrome
    • Firefox
  • VPN

Ref








你可能感興趣的文章

運算子/優先序/寬鬆與嚴格相等/型別 - 小測驗

運算子/優先序/寬鬆與嚴格相等/型別 - 小測驗

筆記、What the heck is the event loop anyway? | Philip Roberts | JSConf EU

筆記、What the heck is the event loop anyway? | Philip Roberts | JSConf EU

【隨堂筆記】運算思維與流程圖

【隨堂筆記】運算思維與流程圖






留言討論